home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-03-23 | 1.8 KB | 46 lines | [TEXT/NCSA] |
- #
- # Example host file for new Telnet 2.4.x
- #
- # This file is free form
- # Separators are any char <33 and :;=
- #
- # The form is keyword=value for each parameter.
- # The first set of parameters refer to the whole program's defaults.
- # Following this are the individual machine specs.
- # If the first machine is name "default", then it may contain default
- # values for the rest of the machines.
- #
- # Note: When running the MacTCP drivers, the following fields are meaningless
- # (unless you're using SLIP), but may be included for compatibility with systems
- # which do not have MacTCP: gateway,arptime,rwin,mtu,maxseg,retrans,zone
- #
- hardware=MacTCP # Network connection type
- # values are: MacTCP, AppleTalk, Ether
- # Ether<n>, EtherSE, EtherSC
- #zone="Zone" # Which zone the gateway is in (AppleTalk only)
- #ftp=yes # do you want ftp enabled on startup?
- termtype="vt100" # terminal type to advertise
- arptime=2 # arp timeout in seconds
- commandkeys=yes # of course we want Command Keys as the default
- domain=cs.byu.edu
- passfile=telnetpasswords
- #eightbit=no # necessary for some hosts
- #linemode=no # necessary for some hosts
- #
- # Following are individual machine specifications
- # Only gateway and nameserver level 1 are used
- #
- # The machine named "default" contains the fields which are automatically
- # filled in for later hosts
- #
- name = default
- #port=23 # choose the TCP port for telnet (std = 23)
- scrollback=100 # number of lines of scrollback per session
- vtwrap=no # default mode is no wrap....
- erase=delete # use delete code instead of backspace
- contime=60 # timeout in seconds to try connection
- retrans=20 # starting retransmit time out in ticks
- mtu=512 # maximum transmit unit in bytes
- maxseg=512 # largest segment we can receive
- rwin=512 # most bytes we can receive without ACK
-